HeaderContains Method (String) |
Determines whether the
Header contains a specific header key.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic bool Contains(
string headerKey
)
Public Function Contains (
headerKey As String
) As Boolean
Parameters
- headerKey
- Type: SystemString
A string represents header key.
Return Value
Type:
BooleanTrue if the
Header contains an element with the specified key; otherwise, false.
See Also